From 5517ab065160a0a3cdf0c27ad5492635d1ecfd2a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 16 Nov 2017 23:27:00 -0500 Subject: [PATCH] Drop an unused variable These are no longer used. --- gdk/gdk.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gdk/gdk.c b/gdk/gdk.c index 877046cd99..2fa861cbd2 100644 --- a/gdk/gdk.c +++ b/gdk/gdk.c @@ -131,9 +131,6 @@ static int gdk_initialized = 0; /* 1 if the library is initi * 0 otherwise. */ -static gchar *gdk_progclass = NULL; -static gboolean gdk_progclass_overridden; - static GMutex gdk_threads_mutex; static GCallback gdk_threads_lock = NULL; -- 2.30.2